Fox's Git Mirrors
.github/workflows/publish.yml 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 477 B
# Pinned first-party actions (bump tag and SHA together when upgrading):
# actions/checkout@v7.0.0 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
#
name: Go Publish
on:
push:
tags:
- "v*"
concurrency:
group: publish-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
release:
uses: ./.github/workflows/release-assets.yml
with:
tag_name: ${{ github.ref_name }}
prerelease: false
secrets: inherit
Served by rngit 1.5.2 - Generated in 0.02s